home *** CD-ROM | disk | FTP | other *** search
- echo off
- if "%1"=="/?" goto usage
- d /I[cd $w][?Choose a DIR: (Current $l$r$B)//(($3#. $14f?][echo No DIRs!]JDQR. %1 %2 %3 %4 %5 %6 %7 %8 %9
- if NOT errorlevel 1 goto exit
- :REP
- d /I[cd $w][?Choose a SUBDIR: (Current $l$r$B)//(($3#. $14f?]DQR.
- if errorlevel 1 goto REP
- goto exit
- :usage
- echo.
- echo Quick directory select
- echo USAGE: Q p1 p2 p2 ..pn
- echo Where "p1 p2..pn" are extra options, for example:
- echo.
- echo Q "Choose a directory to enter"
- echo Q /T F* "As above, created today, starting with an F"
- echo.
- :exit
-
-
-